Skip to content

Commit

Permalink
clear screen on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Feb 16, 2024
1 parent ed929b0 commit ca8bc41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/sst/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ func main() {
Name: "dev",
Flags: []cli.Flag{},
Action: func(cli *cli.Context) error {
fmt.Print("\033[H\033[2J")

args := cli.Args().Slice()
hasTarget := len(args) > 0

Expand Down

0 comments on commit ca8bc41

Please sign in to comment.