Choix du répertoire de téléchargement temporaire #2
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Depends on
#1 CLI argument/options and default behaviours
fcode/delarte
Reference
fcode/delarte#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
en: for instance, the content is downloaded in the project directory by default. my suggestion is to allow user to provide a destination directory in the CLI command.
this would make a user able to use a command alias from any directory and downloading the data to a parametered directory, or by default in the current working directory.
fr: pour l'instant, le contenu est téléchargé par défaut dans le répertoire du projet. ma suggestion serait de rajouter un paramètre dans la commande CLI permettant de choisir un autre dossier de destination.
ça permettrait à un utilisateur d'utiliser le script au travers d'un alias depuis n'importe quel répertoire, et de télécharger dans un autre, donné en paramètre, ou par défaut dans le répertoire de travail courant.
Bien vu, ça se fera bien aec l'ajout d'
argparsementionné dans fcode/delarte#1[suggestion] download directoryto Choix du répertoire de téléchargement temporaireThis as been partially addressed in the packaged version of the script. Once the package is pip-installed on your system, you might call the script from any location using
$ python -m delarte ....or directly
$ delarte ....The output file will be placed in the current directory.
Please mention the last branch, merge request or commit with the implementation related to this isse and close this issue if necessary
A good practice is to mention this issue in the commit message to ease following-up
Commit:
9593619c68"A good practice is to mention this issue in the commit message to ease following-up" => wilco.
Hi @remace07 , like on #1 it looks good for me too, see at line 48
If we are missing something, feel free to re-open this issue or open a new one related with this one.