The for command will allow the user to create different folder structures for different kinds of cloudisk instances. For example:
cloudisk for media
cloudisk for git
The first one would create a specialized folder structure for sharing media, while the second one wold create a git server.
For now, we just need to implement the for command to use it later on, as it will provide us flexibility to develop for new ideas on the future.
The
forcommand will allow the user to create different folder structures for different kinds of cloudisk instances. For example:cloudisk for mediacloudisk for gitThe first one would create a specialized folder structure for sharing media, while the second one wold create a git server.
For now, we just need to implement the
forcommand to use it later on, as it will provide us flexibility to develop for new ideas on the future.