-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add config file path. #74
base: main
Are you sure you want to change the base?
Conversation
Sorry, I accidentally changed the CI file |
This reverts commit 09bc25c.
@guedesfelipe Is the Windows CI failure related to the changes I've made ? |
Nops... I'll check that and fix the problem soon as possible. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #74 +/- ##
==========================================
- Coverage 76.37% 75.71% -0.67%
==========================================
Files 5 5
Lines 453 457 +4
==========================================
Hits 346 346
- Misses 107 111 +4 ☔ View full report in Codecov by Sentry. |
"""Launch config directory :open_file_folder:""" | ||
center_print(Rule('・Opening config directory・', style='#d77dd8')) | ||
typer.launch(Settings().get_full_settings_path(), locate=True) | ||
config_path = Settings().get_config_path() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This command can stay within the scope where it is used.
Line 573
if not path: | ||
center_print( | ||
Rule( | ||
f'・[white]Opening config directory ({config_path})[/]・', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can remove fixed styling in code?
[white][/]
When
pls config
is called, it performs the same action as before but if-p
or--path
is added, it displays the file path instead of open the directory in explorer.