Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Color #85

Closed
gitcoleman opened this issue Jul 25, 2018 · 3 comments
Closed

Enable Color #85

gitcoleman opened this issue Jul 25, 2018 · 3 comments

Comments

@gitcoleman
Copy link

Hey Dan,

I'm trying to enable color but i get a flag error no matter where i put the flag.

diver ucp services get tasks --color --name loan
diver ucp services get tasks --name loan --color
diver ucp services get --color tasks --name loan

Error: unknown flag: --color

Thanks

@thebsdbox
Copy link
Collaborator

@gitcoleman -> --color
🧐

*sips tea

--colour should work 😄 e.g. diver ucp services get tasks --name loan --colour

I'll think it will make sense to change it.

@johnharris85
Copy link
Collaborator

Unfortunately cobra doesn't provide aliases for flags, just commands :( (otherwise could have both)

@thebsdbox
Copy link
Collaborator

I think we should just settle on the American English variant of spelling. I'll update it later today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants