blob: 03b5c4e5cea8b6d1eabcb4dd151214bbe6eddd03 [file] [log] [blame]
Jiri Simsa3f4e92d2015-03-24 21:26:37 -07001// Copyright 2015 The Vanadium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Benjamin Prosnitz7cf836d2015-01-30 09:19:19 -08005// This file was auto-generated via go generate.
6// DO NOT UPDATE MANUALLY
7
8/*
Todd Wang6ed3b6c2015-04-08 14:37:04 -07009Command uniqueid generates unique identifiers. It also has an option of
10automatically substituting unique ids with placeholders in files.
Benjamin Prosnitz7cf836d2015-01-30 09:19:19 -080011
12Usage:
13 uniqueid <command>
14
15The uniqueid commands are:
16 generate Generates UniqueIds
17 inject Injects UniqueIds into existing files
18 help Display help for commands or topics
Benjamin Prosnitz7cf836d2015-01-30 09:19:19 -080019
Matt Rosencrantz83b0b7f2015-03-26 16:17:01 -070020The global flags are:
Jiri Simsa26f1c4d2015-08-09 17:49:40 -070021 -metadata=<just specify -metadata to activate>
Todd Wang3f7ceb42015-05-04 17:51:34 -070022 Displays metadata for the program and exits.
Matt Rosencrantz83b0b7f2015-03-26 16:17:01 -070023
Todd Wang11440452015-05-29 18:05:29 -070024Uniqueid generate - Generates UniqueIds
Benjamin Prosnitz7cf836d2015-01-30 09:19:19 -080025
26Generates unique ids and outputs them to standard out.
27
28Usage:
29 uniqueid generate
30
Todd Wang11440452015-05-29 18:05:29 -070031Uniqueid inject - Injects UniqueIds into existing files
Benjamin Prosnitz7cf836d2015-01-30 09:19:19 -080032
33Injects UniqueIds into existing files. Strings of the form "$UNIQUEID$" will be
34replaced with generated ids.
35
36Usage:
37 uniqueid inject <filenames>
38
39<filenames> List of files to inject unique ids into
40
Todd Wang11440452015-05-29 18:05:29 -070041Uniqueid help - Display help for commands or topics
Benjamin Prosnitz7cf836d2015-01-30 09:19:19 -080042
43Help with no args displays the usage of the parent command.
44
45Help with args displays the usage of the specified sub-command or help topic.
46
47"help ..." recursively displays help for all commands and topics.
48
Benjamin Prosnitz7cf836d2015-01-30 09:19:19 -080049Usage:
50 uniqueid help [flags] [command/topic ...]
51
52[command/topic ...] optionally identifies a specific sub-command or help topic.
53
54The uniqueid help flags are:
Todd Wang1624bf92015-04-22 16:53:57 -070055 -style=compact
56 The formatting style for help output:
57 compact - Good for compact cmdline output.
58 full - Good for cmdline output, shows all global flags.
59 godoc - Good for godoc processing.
60 Override the default by setting the CMDLINE_STYLE environment variable.
Todd Wangf1550cf2015-05-11 10:58:41 -070061 -width=<terminal width>
62 Format output to this target width in runes, or unlimited if width < 0.
63 Defaults to the terminal width if available. Override the default by setting
64 the CMDLINE_WIDTH environment variable.
Benjamin Prosnitz7cf836d2015-01-30 09:19:19 -080065*/
66package main