Skip to content

Add top-level reset command to clear emulator state#249

Open
gtsiolis wants to merge 1 commit into
mainfrom
des-232-add-reset-command
Open

Add top-level reset command to clear emulator state#249
gtsiolis wants to merge 1 commit into
mainfrom
des-232-add-reset-command

Conversation

@gtsiolis
Copy link
Copy Markdown
Member

See DES-232 for more context.

Step 1 Step 2
Screenshot 2026-05-15 at 19 27 30 Screenshot 2026-05-15 at 19 27 47

}
return nil
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: all other methods here have unit tests inclient_test.go

Comment thread cmd/reset.go

cmd.Flags().BoolVar(&force, "force", false, "Skip confirmation prompt")
return cmd
}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: can we add some integration tests for the new command?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants