1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 | liuxg@liuxg:~/snappy/desktop/helloworld$ snap run -h
Usage:
snap [OPTIONS] run [run-OPTIONS] <app name>
Run the given snap command with the right confinement and environment
Application Options:
--version print the version and exit
Help Options:
-h, --help Show this help message
[run command arguments]
<app name>: the snap (e.g. hello-world) or application to run (e.g. hello-world.env)
liuxg@liuxg:~/snappy/desktop/helloworld$ snap run hello-world.env
|