482bad0 Revise `hide` command.

Authored and Committed by kapstok 5 years ago
    Revise `hide` command.
    
    Hiding initializes a dependency by creating it's config file in the `dep_config` directory. Instead of naming the config file `ambassade.json`, the file will be named '<dependency name>.json'.
    
    The actual initialization hasn't been implemented yet.
    The `backend::dep_config::scan()` function can search for config files in a dependency directory and in `dep_config` (NOT in the project's root directory!).
    
        
file modified
+9 -9
file modified
+1 -1
file modified
+1 -1
file modified
+9 -5
file modified
+11 -6
file modified
+9 -3
file modified
+26 -15
file modified
+17 -0
file modified
+1 -0
file modified
+2 -2