Skip to content
New issue

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

Command to delete tag #6

Closed
skyegecko opened this issue Nov 27, 2019 · 3 comments
Closed

Command to delete tag #6

skyegecko opened this issue Nov 27, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@skyegecko
Copy link

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 -.

@soywod soywod self-assigned this Nov 27, 2019
@soywod soywod added the enhancement New feature or request label Nov 27, 2019
@soywod
Copy link
Owner

soywod commented Nov 27, 2019

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.

@soywod
Copy link
Owner

soywod commented Nov 28, 2019

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.

@soywod
Copy link
Owner

soywod commented Dec 1, 2019

Feature added in the last release v0.2.0.

@soywod soywod closed this as completed Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants