def do_serve(self, args): """Start Attic in server mode. This command is usually not used manually. """ return RepositoryServer( restrict_to_paths=args.restrict_to_paths).serve()
def do_serve(self): return RepositoryServer().serve()