mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-13 20:39:40 +02:00
Add top-level generate and publish CLI aliases
This commit is contained in:
@@ -47,6 +47,14 @@ pub enum Commands {
|
||||
#[command(hide = true)]
|
||||
Dev(PluginPathArg),
|
||||
|
||||
/// Backward-compatible alias for `plugin generate`
|
||||
#[command(hide = true)]
|
||||
Generate(GenerateArgs),
|
||||
|
||||
/// Backward-compatible alias for `plugin publish`
|
||||
#[command(hide = true)]
|
||||
Publish(PluginPathArg),
|
||||
|
||||
/// Send a request, folder, or workspace by ID
|
||||
Send(SendArgs),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user