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
yassgy by default has the distribution folder to be named dist. While the user may rename the folder to their liking, it is a nice addition for yassgy to create a folder with a specified name.
We may accept the name when calling the program through the command line, by accepting an option labelled --output or -o. If there is no output folder name provided, dist will be used as default.
Thus, if we wrote
./yassgy -i input.txt -o out
then a directory called out should be created.
In the absence of a value when the option appears, an error has to be shown:
./yassgy -i input.txt -o
This means that the output option is required.
The text was updated successfully, but these errors were encountered:
yassgy
by default has the distribution folder to be nameddist
. While the user may rename the folder to their liking, it is a nice addition foryassgy
to create a folder with a specified name.We may accept the name when calling the program through the command line, by accepting an option labelled
--output
or-o
. If there is no output folder name provided,dist
will be used as default.Thus, if we wrote
then a directory called
out
should be created.In the absence of a value when the option appears, an error has to be shown:
This means that the
output
option is required.The text was updated successfully, but these errors were encountered: