[App] Add _path suffixes to PathLike constructor args

This commit is contained in:
Olivier Philippon
2022-05-04 12:18:04 +01:00
parent 3f09af3768
commit 73db7ae3ad
26 changed files with 46 additions and 51 deletions

View File

@@ -22,4 +22,4 @@ class AlignApp(App):
self.log(self.screen.tree)
AlignApp.run(css_file="align.css", log="textual.log", watch_css=True)
AlignApp.run(css_path="align.css", log_path="textual.log", watch_css=True)