mirror of https://github.com/knative/client.git
* Make wait, no-wait and async flags per bool var CLI convention Fixes #800 - Deprecated bool vars can be supported for CLI convention - Bind --async flag value to --no-wait - Only one flag among [wait, no-wait, async] can be provided, else raise an error * Simplify conditionals * Add unit tests for deprecated flag async * Fix a typo |
||
|---|---|---|
| .. | ||
| delete.go | ||
| delete_test.go | ||
| describe.go | ||
| describe_test.go | ||
| human_readable_flags.go | ||
| list.go | ||
| list_test.go | ||
| revision.go | ||
| revision_test.go | ||