Skip to content

Commit

Permalink
update command line arg
Browse files Browse the repository at this point in the history
Co-authored-by: Omer Shadmi <[email protected]>
  • Loading branch information
alonre24 and oshadmi authored May 2, 2024
1 parent a212ce1 commit 4b45a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RAMP/ramp.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def unpack(bundle):
@click.option('--runcmdargs', 'run_command_line_args', default=None, help='if set, use those args when running the redis server')
@click.option('--redis-min-version', '-r', 'min_redis_version', default=None, help='redis minimum version')
@click.option('--redis-pack-min-version', '-R', 'min_redis_pack_version', default=None, help='redis pack minimum version')
@click.option('--compatible_redis_version', '-cr', 'compatible_redis_version', default=None, help='redis compatible version')
@click.option('--redis-compatible-version', '-cr', 'compatible_redis_version', default=None, help='redis compatible version')
@click.option('--config-command', '-cc', default=None, help='command used to configure module args at runtime')
@click.option('--os', '-O', default=None, help='build target OS (Darwin/Linux)')
@click.option('--capabilities', '-C', callback=comma_seperated_to_list, help='comma separated list of module capabilities')
Expand Down

0 comments on commit 4b45a84

Please sign in to comment.