Skip to content

Commit 627832d

Browse files
committed
rm placeholders
1 parent 9d2a7cf commit 627832d

3 files changed

Lines changed: 0 additions & 46 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -358,12 +358,6 @@ gh stack feedback
358358
gh stack feedback "Support for reordering branches"
359359
```
360360

361-
### Placeholder commands
362-
363-
The following commands are planned but not yet implemented. Running them prints a notice and suggests using `gh stack feedback` to share your interest.
364-
365-
`remove` · `modify` · `reorder` · `move` · `fold` · `squash` · `rename` · `split`
366-
367361
## Typical workflow
368362

369363
```sh

cmd/placeholder.go

Lines changed: 0 additions & 35 deletions
This file was deleted.

cmd/root.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ func RootCmd() *cobra.Command {
4747
// Feedback
4848
root.AddCommand(FeedbackCmd(cfg))
4949

50-
// Placeholders for upcoming features
51-
for _, ph := range placeholderCommands {
52-
root.AddCommand(PlaceholderCmd(ph, cfg))
53-
}
54-
5550
return root
5651
}
5752

0 commit comments

Comments
 (0)