Commit 05bf4edf authored by Ramon Nou's avatar Ramon Nou
Browse files

Merge branch 'rnou/directory_support' into 'main'

Directory support

This MR adds two features:

- Creation of directories on the output. As cargo is normally running in the prolog the user has zero capabilities to create directories on the adhoc filesystem (as it is ephemeral). This MR creates the needed directories.

- If the input contains a directory, we get all the files recursively. Before this MR only files can be used as input. The behaviour is that the input is used as prefix, i.e., relative directory, and will be put inside the output.

- Prepares for 0.3.0 release 

 The Merge request goes over !16

See merge request !18
parents b8003af7 360f4727
Pipeline #4157 passed with stages
in 3 minutes and 19 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment