Searched refs:CommandLineArgs (Results 1 – 9 of 9) sorted by relevance
/DADK/dadk/src/console/ |
H A D | tests.rs | 8 let args = CommandLineArgs::parse_from(&["dadk", "kernel"]); in test_command_line_args_default() 16 let args = CommandLineArgs::parse_from(&["dadk", "-f", "custom-manifest.toml", "kernel"]); in test_command_line_args_with_manifest() 21 CommandLineArgs::parse_from(&["dadk", "--manifest", "custom-manifest.toml", "kernel"]); in test_command_line_args_with_manifest() 28 let args = CommandLineArgs::parse_from(&["dadk", "rootfs", "create"]); in test_command_line_args_rootfs_subcommand() 36 let args = CommandLineArgs::parse_from(&["dadk", "rootfs", "create", "--skip-if-exists"]); in test_command_line_args_rootfs_subcommand() 47 let args = CommandLineArgs::parse_from(&["dadk", "rootfs", "show-mountpoint"]); in test_show_mountpoint() 56 let args = CommandLineArgs::parse_from(&["dadk", "user", "build"]); in test_command_line_args_user() 64 let args = CommandLineArgs::parse_from(&["dadk", "user", "clean"]); in test_command_line_args_user_clean() 73 let args = CommandLineArgs::parse_from(&["dadk", "user", "clean", "--level", "in-src"]); in test_command_line_args_user_clean() 81 let args = CommandLineArgs::parse_from(&["dadk", "user", "clean", "--task", "a-0.1.0"]); in test_command_line_args_user_clean()
|
H A D | mod.rs | 14 pub struct CommandLineArgs { struct
|
/DADK/dadk/src/ |
H A D | console.rs |
|
/DADK/dadk/src/context/ |
H A D | mod.rs | 12 console::CommandLineArgs, 21 pub command: CommandLineArgs, 31 builder.command(CommandLineArgs::parse()); in build_exec_context()
|
/DADK/dadk-user/src/ |
H A D | lib.rs |
|
H A D | lib.rs | 116 dadk_user_main(args: CommandLineArgs) dadk_user_main() argument
|
H A D | lib.rs |
|
/DADK/dadk-user/src/console/ |
H A D | mod.rs |
|
H A D | mod.rs |
|