From af74510cfc75361fbbbcb571275c642a8f75e8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 19 Jul 2019 19:15:47 +0200 Subject: [PATCH] Command execution --- README.md | 2 +- index.html | 6 +++--- parse.js | 11 ++++++++++- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a81a15c..ff5524e 100644 --- a/README.md +++ b/README.md @@ -1591,7 +1591,7 @@ cwd = Path() Command Execution ----------------- -### Files and Directories Commands +### Files and Directories * **Paths can be either strings or Path objects.** * **All exceptions are either 'OSError' or its subclasses.** diff --git a/index.html b/index.html index 8798eb9..4a89cc6 100644 --- a/index.html +++ b/index.html @@ -1431,7 +1431,7 @@ value = args.<name> <Path> = <Path>.parent # Path without final component.

#Command Execution

-

Files and Directories Commands

+

Files and Directories