You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there doesn't seem to be a way to delete a tag.
What would be the best syntax for this? The opposite of +tag would probably be -tag, but this potentially interferes with the convention of passing command line arguments with a -.
The text was updated successfully, but these errors were encountered:
On my previous work, I used the syntax -tag, but it's not yet implemented here. It should arrive soon :)
Meanwhile you can use the command replace (it's not documented yet): unfog replace new desc +new-tag.
The feature will come with this branch. I want to replace my actual (dirty) args parsing with a better parsing method (Text.ParserCombinators.ReadP). I already have a working PoC with +tag and -tag.
Currently there doesn't seem to be a way to delete a tag.
What would be the best syntax for this? The opposite of
+tag
would probably be-tag
, but this potentially interferes with the convention of passing command line arguments with a-
.The text was updated successfully, but these errors were encountered: