There was an error while loading. Please reload this page.
1 parent 0af636a commit c012bf0Copy full SHA for c012bf0
1 file changed
logya/commands.py
@@ -9,6 +9,9 @@
9
10
11
def clean(dir_site: str, **kwargs) -> None:
12
+ """Remove stale files from public directory.
13
+ TODO: remove empty directories, walk bottom up
14
+ """
15
L = Logya(dir_site=dir_site, verbose=kwargs.get('verbose'))
16
L.build()
17
0 commit comments