-
Notifications
You must be signed in to change notification settings - Fork 5
Redesign documentation styling and reorganize manual structure #1089
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
Changes from all commits
245c4fb
72147e4
a265ea1
d413093
af78f3e
9151aa4
c3f8b6e
aa3ae0d
16e6b36
7608a25
ea104bd
2e0ec55
1d2544e
460794b
92ad313
42d5139
521c410
c1103a4
e2feff2
e491a9d
7d5e06d
381f89c
baaf9e3
91709e0
8f0ae22
baa843a
fc694a0
d474874
63bbfe5
3632eb1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -73,7 +73,11 @@ def create_menu(subparsers: dfetch.commands.command.SubparserActionType) -> None | |||||||||||||||||||||
| metavar="<output_directory>", | ||||||||||||||||||||||
| type=str, | ||||||||||||||||||||||
| default=".", | ||||||||||||||||||||||
| help="Output directory for formatted patches", | ||||||||||||||||||||||
| help=( | ||||||||||||||||||||||
| "Directory to write formatted patches to " | ||||||||||||||||||||||
| "(default: current working directory). " | ||||||||||||||||||||||
| "The output file is named formatted-<project>.patch." | ||||||||||||||||||||||
| ), | ||||||||||||||||||||||
|
Comment on lines
+76
to
+80
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incorrect output filename pattern in help text. The help text claims the output file is named 📝 Proposed fix for the help text help=(
"Directory to write formatted patches to "
"(default: current working directory). "
- "The output file is named formatted-<project>.patch."
+ "The output filename is preserved from the input patch file."
),📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||
| ) | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| def __call__(self, args: argparse.Namespace) -> None: | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
Check warning
Code scanning / DFetch
Project was locally changed Warning