]> git.draconx.ca Git - upkg.git/blob - doc/man/upkg.1
3bc15d0564aab9c55440239f8bedf412188033be
[upkg.git] / doc / man / upkg.1
1 .Dd June 17, 2010
2 .Os libuobject
3 .Dt UPKG \&1 "UObject Reference Manual"
4 .Sh NAME
5 .Nm upkg
6 .Nd manipulate UObject packages
7 .Sh SYNOPSIS
8 .Nm
9 .Op Fl i Ns | Ns Fl x
10 .Op Fl v
11 .Op Fl f Ar package
12 .Op Ar object ...
13 .Sh OPTIONS
14 .Bl -tag -width indent
15 .It Fl i , -info
16 Display information about a package.  More information is displayed at higher
17 verbosity levels.
18 .It Fl x , -export
19 Export all exportable objects from a package.
20 .It Fl v , -verbose
21 Increase the amount of information printed to standard output.  This option can
22 be specified multiple times for increased effect.
23 .It Fl f , -file Ar package
24 Loads a specific package by filename.  Currently, this is the only way to load
25 packages.
26 .It Fl V , -version
27 Print a version message and exit.
28 .It Fl H , -help
29 Print a help message and exit.
30 .It Ar object
31 Specifies the object(s) upon which
32 .Nm
33 shall operate.  If no object is specified,
34 .Nm
35 will use the last package specified by the
36 .Fl f
37 option.
38 .El