We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90772f8 commit 9203c2aCopy full SHA for 9203c2a
2 files changed
remove-json-keys/src/remove_json_keys/lib/init.py
@@ -10,7 +10,7 @@ def cli():
10
settings.load(cli)
11
return cli
12
13
-def config_file(cli):
+def config_file(cli): # for --init
14
target_path = Path.cwd() / f'.{cli.short_name}.config.json5'
15
project_markers = data.json.read(data_path / 'project_markers.json')
16
in_project_root = None
translate-messages/src/translate_messages/lib/init.py
@@ -11,7 +11,7 @@ def cli():
17
0 commit comments