This repository has been archived by the owner on Jan 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from Cloud-PG/patch
fix autocomplete name and description
- Loading branch information
Showing
8 changed files
with
97 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## dodas autocomplete | ||
|
||
Generate script for bash autocomplete | ||
|
||
### Synopsis | ||
|
||
add the following line to ~/.bashrc: . <(dodas autocomplete) | ||
|
||
``` | ||
dodas autocomplete [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for autocomplete | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string DODAS config file (default is $HOME/.dodas.yaml) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dodas](dodas.md) - A self-sufficient client for DODAS deployments | ||
|
||
###### Auto generated by spf13/cobra on 16-Jan-2020 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## dodas zsh-autocomplete | ||
|
||
Generate script for zsh autocomplete | ||
|
||
### Synopsis | ||
|
||
add the following line to ~/.bashrc: source <(dodas zsh-autocomplete) | ||
|
||
``` | ||
dodas zsh-autocomplete [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for zsh-autocomplete | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string DODAS config file (default is $HOME/.dodas.yaml) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dodas](dodas.md) - A self-sufficient client for DODAS deployments | ||
|
||
###### Auto generated by spf13/cobra on 16-Jan-2020 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package main | ||
const ( | ||
VERSION = "v0.3.2" | ||
BUILD_DATE = "2020-01-16 08:39" | ||
VERSION = "v0.3.2-patch1" | ||
BUILD_DATE = "2020-01-16 09:24" | ||
) |