Skip to content

Commit

Permalink
Merge 1870bb1 into 8457c91
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien committed Oct 3, 2023
2 parents 8457c91 + 1870bb1 commit a56a0ae
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 1,257 deletions.
133 changes: 0 additions & 133 deletions cmd/convert.go

This file was deleted.

169 changes: 0 additions & 169 deletions cmd/convert_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func newRootCommand(gs *state.GlobalState) *rootCommand {
rootCmd.SetIn(gs.Stdin)

subCommands := []func(*state.GlobalState) *cobra.Command{
getCmdArchive, getCmdCloud, getCmdConvert, getCmdInspect,
getCmdArchive, getCmdCloud, getCmdInspect,
getCmdLogin, getCmdPause, getCmdResume, getCmdScale, getCmdRun,
getCmdStats, getCmdStatus, getCmdVersion,
}
Expand Down
4 changes: 0 additions & 4 deletions cmd/tests/cmd_run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ func TestBinaryNameHelpStdout(t *testing.T) {
cmdName: "cloud",
containsOutput: fmt.Sprintf("%s cloud script.js", ts.BinaryName),
},
{
cmdName: "convert",
containsOutput: fmt.Sprintf("%s convert -O har-session.js session.har", ts.BinaryName),
},
{
cmdName: "login",
extraCmd: "cloud",
Expand Down

0 comments on commit a56a0ae

Please sign in to comment.