Skip to content

Commit

Permalink
Fix plz init
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden committed Feb 1, 2019
1 parent e80d624 commit 6384e53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 13.4.2
--------------

* Fixed `plz init` command without the `config` subcommand.


Version 13.4.1
--------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.4.1
13.4.2
2 changes: 1 addition & 1 deletion src/please.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ var opts struct {
Options ConfigOverrides `positional-arg-name:"config" required:"true" description:"Attributes to set"`
} `positional-args:"true" required:"true"`
} `command:"config" description:"Initialises specific attributes of config files"`
} `command:"init" description:"Initialises a .plzconfig file in the current directory"`
} `command:"init" subcommands-optional:"true" description:"Initialises a .plzconfig file in the current directory"`

Gc struct {
Conservative bool `short:"c" long:"conservative" description:"Runs a more conservative / safer GC."`
Expand Down

0 comments on commit 6384e53

Please sign in to comment.