mirror of
https://github.com/withfig/autocomplete.git
synced 2025-12-13 20:36:48 +01:00
fix(cargo): make run arg optional
This commit is contained in:
@@ -3914,6 +3914,7 @@ const completionSpec: (toolchain?: boolean) => Fig.Spec = (
|
||||
args: {
|
||||
name: "args",
|
||||
isVariadic: true,
|
||||
isOptional: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user