We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88c972 commit 7a0a907Copy full SHA for 7a0a907
dsc_lib/src/extensions/import.rs
@@ -10,7 +10,7 @@ pub struct ImportMethod {
10
pub extensions: Vec<String>,
11
/// The command to run to get the state of the resource.
12
pub executable: String,
13
- /// The arguments to pass to the command to perform a Get.
+ /// The arguments to pass to the command to perform an Import.
14
pub args: Option<Vec<ImportArgKind>>,
15
}
16
0 commit comments