-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Implement "embedded" command to extract static resources #9982
Conversation
I would allow extract to extract to the custom folder by default so that this can be used to prepopulate the templates folder. |
Codecov Report
@@ Coverage Diff @@
## master #9982 +/- ##
==========================================
- Coverage 43.49% 43.49% -0.01%
==========================================
Files 568 568
Lines 79108 79108
==========================================
- Hits 34408 34407 -1
+ Misses 40453 40452 -1
- Partials 4247 4249 +2
Continue to review full report at Codecov.
|
Probably should also add --force option to override already existing file |
Ready for review. @lafriks I've implemented the @zeripath I've included a
|
@guillep2k Great work!!! I'm OK with the syntax on this PR. |
Could we view some files before we extract them? |
Certainly! What about a |
How about |
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.
looks good so far, will re-review when the view command/flag is implemented.
@lunny Done. |
@jolheiser Done. |
This PR adds a command for extracting static files from
gitea
. The purpose is to assist users in the customization process.Status
Other examples:
Closes #9413