We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected behavior: deck reset only cleans default workspace and leaves all other workspaces there and populated.
deck reset
The text was updated successfully, but these errors were encountered:
Agreed. We should add the following flags, specific to:
# to reset a specific workspace: --workspace/-w # to reset all workspaces --all-workspaces
Added it v0.6 milestone.
Sorry, something went wrong.
53853c6
feat(reset) add workspace support to reset command
9799617
Two flags have been added: -w/--workspaces: specify the workspace to reset --all-workspaces: reset all the workspaces Fix #74
4a480d8
hbagdi
No branches or pull requests
Expected behavior:
deck reset
only cleans default workspace and leaves all other workspaces there and populated.The text was updated successfully, but these errors were encountered: