mirror of
https://github.com/withfig/autocomplete.git
synced 2025-12-13 20:36:48 +01:00
fix(nvm): remove unused variable (#2579)
This commit is contained in:
@@ -28,10 +28,6 @@ const args: Fig.Arg = {
|
||||
isVariadic: true,
|
||||
};
|
||||
|
||||
const pattern: Fig.Arg = {
|
||||
name: "pattern",
|
||||
};
|
||||
|
||||
const name: Fig.Arg = {
|
||||
name: "name",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user