mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
Add rough create command - test FAILS still however
This commit is contained in:
parent
646fc94cb2
commit
cf38deebf7
@ -16,7 +16,10 @@ class CreateOptions(BasedirOptions):
|
||||
synopsis = "MAGIC_ALIAS: [NICKNAME LOCALDIR]"
|
||||
|
||||
def create(options):
|
||||
pass
|
||||
from allmydata.scripts import tahoe_add_alias
|
||||
rc = tahoe_add_alias.create_alias(options)
|
||||
#print "node dir %s" % (options['node-directory'],)
|
||||
return rc
|
||||
|
||||
class InviteOptions(BasedirOptions):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user