-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
c/cliRelated to CLIRelated to CLI
Description
Following discussion #5418 noting consistency updates for the generated published documentation pages,
$ sudo hasura completion bash --file=/etc/bash.completion.d/hasura
graphql-engine/cli/commands/completion.go
Line 15 in 788095a
| $ sudo hasura completion bash --file=/etc/bash.completion.d/hasura |
CLI help text propagated to also show an inconsistent CLI docs page.
Should update sudo hasura completion bash --file=/etc/bash.completion.d/hasura to `sudo hasura completion bash --file=/etc/bash_completion.d/hasura
This was previously updated in another instance; however, there are additional occurrences that should be updated to maintain consistency.
graphql-engine/cli/commands/completion.go
Line 29 in 788095a
| $ cd ~ && hasura completion bash --file=.bash_completion.d/hasura |
Note from #1832 f6c11e5#diff-5ae360cdc43ce7efe963fb21d68bb467R29
Metadata
Metadata
Assignees
Labels
c/cliRelated to CLIRelated to CLI