Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ All notable changes to `src-cli` are documented in this file.
### Fixed

- `src batch repos` failed with a template error in src-cli 3.31.1 and 3.32.0. This has been fixed. [#625](https://github.com/sourcegraph/src-cli/pull/625)
- The `src campaign` and `src campaigns` commands have been removed in favor of `src batch`. [#626](https://github.com/sourcegraph/src-cli/pull/626)

### Removed

Expand Down
2 changes: 0 additions & 2 deletions cmd/src/batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ Use "src batch [command] -h" for more information about a command.
"batchchanges",
"batch-changes",
"batches",
"campaign",
"campaigns",
},
handler: handler,
usageFunc: func() { fmt.Println(usage) },
Expand Down