xfstestsdb untag #7

Closed
opened 2023-01-30 21:00:02 -05:00 by anna · 0 comments
Owner

Removes a tag from the database. The tag will be removed from the most recently created run by default, but this can be overridden by using the --run option.

Invocation

$ xfstestsdb untag [--run <runid>] <tag>

Options

Option Description
--run <runid> The runid returned by xfstestsdb new

Arguments

Argument Description
<tag> The tag to remove from the run

Exit

Exit Code Description
0 The requested tag was added
ENOENT The requested run or tag does not exist
Removes a tag from the database. The tag will be removed from the most recently created run by default, but this can be overridden by using the `--run` option. #### Invocation ``` $ xfstestsdb untag [--run <runid>] <tag> ``` #### Options | Option | Description | | --------------- | -------------------------------------- | | `--run <runid>` | The runid returned by `xfstestsdb new` | #### Arguments | Argument | Description | | --------- | ------------------------------ | | `<tag>` | The tag to remove from the run | #### Exit | Exit Code | Description | | --------- | --------------------------------------- | | `0` | The requested tag was added | | `ENOENT` | The requested run or tag does not exist |
anna added this to the 1.0 milestone 2023-01-30 21:00:02 -05:00
anna added the
enhancement
label 2023-01-30 21:00:02 -05:00
anna added this to the 1.0 Roadmap project 2023-01-30 21:00:02 -05:00
anna closed this issue 2023-02-13 11:23:58 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: anna/xfstestsdb#7
No description provided.