xfstestsdb delete #2

Closed
opened 2023-01-30 10:43:49 -05:00 by anna · 0 comments
Owner

Deletes a row from the xfstests_runs database table. Prints an error if the rowid to delete has not been specified.

Invocation

$ xfstestsdb delete <rowid>
Argument Description
--run <rowid> The rowid returned by xfstestsdb new
Exit Code Description
0 The requested row was deleted
ENOENT The requested row was not found
Deletes a row from the `xfstests_runs` database table. Prints an error if the rowid to delete has not been specified. #### Invocation ``` $ xfstestsdb delete <rowid> ``` | Argument | Description | | ----------------- | -------------------------------------- | | `--run <rowid>` | The rowid returned by `xfstestsdb new` | | Exit Code | Description | | --------- | ------------------------------- | | 0 | The requested row was deleted | | `ENOENT` | The requested row was not found |
anna added this to the 1.0 milestone 2023-01-30 10:43:49 -05:00
anna added the
enhancement
label 2023-01-30 10:43:49 -05:00
anna added this to the 1.0 Roadmap project 2023-01-30 10:43:49 -05:00
anna closed this issue 2023-02-13 11:24:03 -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#2
No description provided.