Skip to content

Commit b91ef7d

Browse files
committed
try again with larger terminal
1 parent 7418bde commit b91ef7d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/docs/cli.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
usage: pum [-h] [-c CONFIG_FILE] -s PG_SERVICE [-d DIR] [-v] [--version]
2-
{info,install,upgrade,role,check,dump,restore,baseline} ...
1+
usage: pum [-h] [-c CONFIG_FILE] -s PG_SERVICE [-d DIR] [-v] [--version] {info,install,upgrade,role,check,dump,restore,baseline} ...
32
### options:
43
- `-h, --help`: show this help message and exit
54
- `-c CONFIG_FILE, --config_file CONFIG_FILE`: set the config file. Default: .pum.yaml

docs/docs/cli/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
usage: pum install [-h] [-p PARAMETER PARAMETER] [--max-version MAX_VERSION] [--skip-roles] [--skip-grant]
2-
[-d DEMO_DATA] [--beta-testing] [--skip-drop-app] [--skip-create-app]
1+
usage: pum install [-h] [-p PARAMETER PARAMETER] [--max-version MAX_VERSION] [--skip-roles] [--skip-grant] [-d DEMO_DATA]
2+
[--beta-testing] [--skip-drop-app] [--skip-create-app]
33
### options:
44
- `-h, --help`: show this help message and exit
55
- `-p PARAMETER PARAMETER, --parameter PARAMETER PARAMETER`: Assign variable for running SQL deltas. Format is name value.

pum/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def create_parser() -> argparse.ArgumentParser:
165165
"""
166166
parser = argparse.ArgumentParser(
167167
prog="pum",
168-
formatter_class=lambda prog: argparse.HelpFormatter(prog, max_help_position=40, width=100),
168+
formatter_class=lambda prog: argparse.HelpFormatter(prog, max_help_position=40, width=200),
169169
)
170170
parser.add_argument("-c", "--config_file", help="set the config file. Default: .pum.yaml")
171171
parser.add_argument("-s", "--pg-service", help="Name of the postgres service", required=True)

0 commit comments

Comments
 (0)