mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
ros dev spec
find device using blkid spec
This commit is contained in:
@@ -24,6 +24,14 @@ func Main() {
|
||||
HideHelp: true,
|
||||
Subcommands: configSubcommands(),
|
||||
},
|
||||
{
|
||||
Name: "dev",
|
||||
ShortName: "d",
|
||||
Usage: "dev spec",
|
||||
HideHelp: true,
|
||||
SkipFlagParsing: true,
|
||||
Action: devAction,
|
||||
},
|
||||
{
|
||||
Name: "env",
|
||||
ShortName: "e",
|
||||
|
Reference in New Issue
Block a user