You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lately, I've been working extensively with console_scripts. Currently, we're using fastcore's call_parse to wrap functions and then manually adding entries to the settings.ini file, like so:
I believe this process could be simplified. Imagine if we could enhance call_parse to automatically generate the console_scripts entry based on a decorator, such as:
Thank you for the repository.
Lately, I've been working extensively with
console_scripts
. Currently, we're using fastcore'scall_parse
to wrap functions and then manually adding entries to thesettings.ini
file, like so:I believe this process could be simplified. Imagine if we could enhance
call_parse
to automatically generate theconsole_scripts
entry based on a decorator, such as:This would automatically update console_scripts like:
This approach could save a lot of manual typing and streamline the process.
The text was updated successfully, but these errors were encountered: