mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
ros-delete documentation
This commit is contained in:
parent
8204fd3469
commit
e0e1d820ba
|
|
@ -20,10 +20,15 @@
|
|||
</header>
|
||||
<p>ros-delete -</p>
|
||||
<h1>synopsis</h1>
|
||||
<p><strong>ros [options] delete</strong> args...</p>
|
||||
<!-- # subcommands -->
|
||||
|
||||
|
||||
<p><strong>ros delete</strong> ARGS...</p>
|
||||
<p>Slightly complex arguments.</p>
|
||||
<h2>ros delete dump IMAGES...</h2>
|
||||
<p>Whem ARGS starts with <code>dump</code>, it considers the remaining args as the names for the dumped images. It then deletes the image with the given name, if it exists.</p>
|
||||
<p>The deletion happens only to the images compatible with the current lisp implementation/version. For example, when ccl-bin/1.10 and sbcl-bin/1.3.1 both have images named X, and if the current lisp in use is sbcl-bin/1.3.1, then <code>ros delete dump X</code> removes sbcl-bin/1.3.1/X only.</p>
|
||||
<h2>ros delete IMPLS...</h2>
|
||||
<p>When the first argument is not <code>dump</code>, then the arguments are treated as a list of installed implementations.</p>
|
||||
<p>If a name of some implementation is given without version specifiers, e.g. sbcl-bin, then it removes all instances (versions) of sbcl-bin.</p>
|
||||
<p>If a version is specified, then it removes only the specified instance.</p>
|
||||
<!-- somecommand -->
|
||||
|
||||
<!-- : description. end with a period. -->
|
||||
|
|
|
|||
|
|
@ -4,7 +4,30 @@
|
|||
ros\-delete \-
|
||||
.SH synopsis
|
||||
.PP
|
||||
\f[B]ros [options] delete\f[] args...
|
||||
\f[B]ros delete\f[] ARGS...
|
||||
.PP
|
||||
Slightly complex arguments.
|
||||
.SS ros delete dump IMAGES...
|
||||
.PP
|
||||
Whem ARGS starts with \f[C]dump\f[], it considers the remaining args as
|
||||
the names for the dumped images.
|
||||
It then deletes the image with the given name, if it exists.
|
||||
.PP
|
||||
The deletion happens only to the images compatible with the current lisp
|
||||
implementation/version.
|
||||
For example, when ccl\-bin/1.10 and sbcl\-bin/1.3.1 both have images
|
||||
named X, and if the current lisp in use is sbcl\-bin/1.3.1, then
|
||||
\f[C]ros\ delete\ dump\ X\f[] removes sbcl\-bin/1.3.1/X only.
|
||||
.SS ros delete IMPLS...
|
||||
.PP
|
||||
When the first argument is not \f[C]dump\f[], then the arguments are
|
||||
treated as a list of installed implementations.
|
||||
.PP
|
||||
If a name of some implementation is given without version specifiers,
|
||||
e.g.
|
||||
sbcl\-bin, then it removes all instances (versions) of sbcl\-bin.
|
||||
.PP
|
||||
If a version is specified, then it removes only the specified instance.
|
||||
.SH description
|
||||
.SH SEE ALSO
|
||||
.PP
|
||||
|
|
|
|||
|
|
@ -2,9 +2,29 @@
|
|||
ros-delete -
|
||||
# synopsis
|
||||
|
||||
**ros [options] delete** args...
|
||||
**ros delete** ARGS...
|
||||
|
||||
<!-- # subcommands -->
|
||||
Slightly complex arguments.
|
||||
|
||||
## ros delete dump IMAGES...
|
||||
|
||||
Whem ARGS starts with `dump`, it considers the remaining args as the names for the dumped images.
|
||||
It then deletes the image with the given name, if it exists.
|
||||
|
||||
The deletion happens only to the images compatible with the current lisp
|
||||
implementation/version. For example, when ccl-bin/1.10 and sbcl-bin/1.3.1
|
||||
both have images named X, and if the current lisp in use is sbcl-bin/1.3.1,
|
||||
then `ros delete dump X` removes sbcl-bin/1.3.1/X only.
|
||||
|
||||
## ros delete IMPLS...
|
||||
|
||||
When the first argument is not `dump`, then the arguments are treated as a
|
||||
list of installed implementations.
|
||||
|
||||
If a name of some implementation is given without version specifiers,
|
||||
e.g. sbcl-bin, then it removes all instances (versions) of sbcl-bin.
|
||||
|
||||
If a version is specified, then it removes only the specified instance.
|
||||
|
||||
<!-- somecommand -->
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue