-p profile option should be hidden until complete
This commit is contained in:
parent
bc7750dc45
commit
5e75bff3fe
@ -59,7 +59,8 @@ var OPTIONS = [
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
env: 'TRITON_PROFILE',
|
env: 'TRITON_PROFILE',
|
||||||
helpArg: 'NAME',
|
helpArg: 'NAME',
|
||||||
help: 'Triton client profile to use.'
|
help: 'Triton client profile to use.',
|
||||||
|
hidden: true // TODO: hidden until profiles impl is complete
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user