kpcyrd/sn0int

Deleting workspaces

kpcyrd opened this issue · 1 comments

There's currently no easy way to delete a workspace from within sn0int. I'm considering using flags for this so we don't break the current workspace interface:

workspace --delete foo

We also need to figure out how to export this as sn0int workspace --delete foo, the workspace command is currently not exported and sn0int workspace foo should probably return an error to avoid confusion.

Done in #95