Skip to content
Snippets Groups Projects

#426: Ğ1 monetary license: Drop browser display, languages discovery, class

Merged #426: Ğ1 monetary license: Drop browser display, languages discovery, class
Merged Moul requested to merge 426_g1_license_drop_browser_discovery_class into dev
3 files
+ 66
99
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
9
@@ -87,13 +87,6 @@ from silkaj.wot import id_pubkey_correspondence, received_sent_certifications
help="By-pass licence, confirmation. \
Do not send the document, but display it instead",
)
@option(
"--g1-license-web",
"-w",
is_flag=True,
help="Display Ğ1 monetary license in a web browser if not running on a headless system. \
Defaults to terminal display.",
)
@pass_context
def cli(
ctx,
@@ -107,7 +100,6 @@ def cli(
auth_wif,
display,
dry_run,
g1_license_web,
):
if display and dry_run:
sys.exit("ERROR: display and dry-run options can not be used together")
@@ -124,7 +116,6 @@ def cli(
ctx.obj["AUTH_WIF"] = auth_wif
ctx.obj["DISPLAY_DOCUMENT"] = display
ctx.obj["DRY_RUN"] = dry_run
ctx.obj["G1_LICENSE_WEB"] = g1_license_web
cli.add_command(argos_info)
Loading