Add a libraries list command
This commit is contained in:
parent
776c9b005f
commit
331f24e9af
6 changed files with 66 additions and 0 deletions
|
@ -117,6 +117,9 @@ pub(crate) enum AssetsCommands {
|
|||
|
||||
#[derive(Serialize, Subcommand)]
|
||||
pub(crate) enum LibrariesCommands {
|
||||
/// List all libraries
|
||||
#[serde(rename = "list")]
|
||||
List {},
|
||||
/// Scan all libraries
|
||||
#[serde(rename = "scan")]
|
||||
Scan {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue