-
-
Notifications
You must be signed in to change notification settings - Fork 33
FR: path namespaces. #158
Copy link
Copy link
Open
Labels
any-takersif you want to work on this, feel free to assign to yourself or ask for itif you want to work on this, feel free to assign to yourself or ask for itfuturenot necessarily needed right nownot necessarily needed right now
Metadata
Metadata
Assignees
Labels
any-takersif you want to work on this, feel free to assign to yourself or ask for itif you want to work on this, feel free to assign to yourself or ask for itfuturenot necessarily needed right nownot necessarily needed right now
Currently namespaces are installed like this:
that creates the alias option for
fooat top-level and also a_modules.args.footo access the namepace.it would be cool to install
that will create the top-level alias
bar.foofor writing and_modules.args.bar.foofor reading.this is because in denful we will likely have deeply nested namespaces and users might want to mount only some of them by path and not everything below
bar, likebar.baz.