Skip to content

Commit 547d67b

Browse files
committed
fix: install command
1 parent 4830e81 commit 547d67b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Change Log (go-package-manager)
22

3-
## 0.46.1
3+
## 0.46.2
44

55
- **BREAKING CHANGE**: simple `gpm install` is now an alias for `go mod download`
6-
- fix: `now` command
6+
- fix: `install` & `now` commands
77
- tests: add more tests
88

99
## 0.45.1

commands/install.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ func Init_Install_Command(parentCmd *cobra.Command, app *types.AppContext) {
4040
Aliases: []string{"i", "inst"},
4141
Short: "Installs one or more modules",
4242
Long: `Gets and installs one or more modules by a short name or a valid URL to a git repository.`,
43-
Args: cobra.MinimumNArgs(1),
4443
Run: func(cmd *cobra.Command, args []string) {
4544
if !app.NoPreScript {
4645
// preinstall defined?

0 commit comments

Comments
 (0)