|
34.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_get.go:34
|
|
35.
|
|
|
The help command displays information about snap commands.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
help 命令将会输出有关一个 snap 命令的信息
|
|
Translated by
Harry Chen
|
|
Reviewed by
Harry Chen
|
|
|
|
Located in
cmd/snap/cmd_help.go:36
|
|
36.
|
|
|
The info command shows detailed information about snaps.
The snaps can be specified by name or by path; names are looked for both in the
store and in the installed snaps; paths can refer to a .snap file, or to a
directory that contains an unpacked snap suitable for 'snap try' (an example
of this would be the 'prime' directory snapcraft produces).
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
info 命令显示有关 snap 的详细信息。
可以通过名称或路径指定 snap ; 在商店和已安装的 snap 中查找名称;
路径可以引用 .snap 文件,或者指向包含适合“快照尝试”的解压缩快照
的目录(如 snapcraft 生成的 “prime” 目录)。
|
|
Translated and reviewed by
Luke Na
|
|
|
|
Located in
cmd/snap/cmd_info.go:59
|
|
37.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
|
Translated by
Luke Na
|
|
|
|
Located in
cmd/snap/cmd_snap_op.go:52
|
|
38.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
|
Translated by
Luke Na
|
|
|
|
Located in
cmd/snap/cmd_interface.go:45
|
|
39.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
|
|
Translated by
Luke Na
|
|
|
|
Located in
cmd/snap/cmd_interfaces.go:40
|
|
40.
|
|
|
The is-connected command returns success if the given plug or slot of the
calling snap is connected, and failure otherwise.
$ snapctl is-connected plug
$ echo $?
1
Snaps can only query their own plugs and slots - snap name is implicit and
implied by the snapctl execution context.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
|
Translated by
Luke Na
|
|
|
|
Located in
overlord/hookstate/ctlcmd/is_connected.go:40
|
|
41.
|
|
|
The keys command lists cryptographic keys that can be used for signing
assertions.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
keys 命令列出可用于签署声明 的加密密钥。
|
|
Translated by
Luke Na
|
|
|
|
Located in
cmd/snap/cmd_keys.go:39
|
|
42.
|
|
|
The known command shows known assertions of the provided type.
If header=value pairs are provided after the assertion type, the assertions
shown must also have the specified headers matching the provided values.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
known 命令显示所提供类型的已知声明 。
如果在声明 类型之后提供了 header=value 对,则显示的声明 还必须具有与提供的值匹配的指定标头。
|
|
Translated by
Luke Na
|
|
|
|
Located in
cmd/snap/cmd_known.go:49
|
|
43.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
|
Translated and reviewed by
Luke Na
|
|
|
|
Located in
cmd/snap/cmd_list.go:36
|