Skip to content

Commit

Permalink
feat: up support detached-with-tui
Browse files Browse the repository at this point in the history
6b9ce00 added `detached-with-tui` for the root command.
This adds support to the up command.
  • Loading branch information
mwain committed Feb 7, 2025
1 parent 9d9e730 commit 2bf95ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func init() {

if runtime.GOOS != "windows" {
upCmd.Flags().AddFlag(rootCmd.Flags().Lookup("detached"))
upCmd.Flags().AddFlag(rootCmd.Flags().Lookup("detached-with-tui"))
}
_ = upCmd.Flags().MarkDeprecated("keep-tui", "use --keep-project instead")

Expand Down

0 comments on commit 2bf95ce

Please sign in to comment.