BlueByteSystemsInc / PDMCLI-QA

Public repo to report issues the PDMCLI
0 stars 0 forks source link

Command: Dump #6

Closed AmenJlili closed 2 years ago

AmenJlili commented 2 years ago

Add a new command called Dump

Syntax:

Dump -filePath \Path\log.txt

The command should be able to work with the current directory and add the file to the specified folder (relative or absolute) if the file is in pdm.

The command should read all the previous command returns and save those to the log file.

AmenJlili commented 2 years ago

This has been implemented image