Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb94a30 commit e74f5edCopy full SHA for e74f5ed
cli/dotfiles.go
@@ -24,7 +24,7 @@ func dotfiles() *cobra.Command {
24
cmd := &cobra.Command{
25
Use: "dotfiles [git_repo_url]",
26
Args: cobra.ExactArgs(1),
27
- Short: "Checkout and install a dotfiles repository.",
+ Short: "Check out and install a dotfiles repository.",
28
Example: "coder dotfiles [-y] [email protected]:example/dotfiles.git",
29
RunE: func(cmd *cobra.Command, args []string) error {
30
var (
0 commit comments