Expand description
This module contains the CreateAction that creates a new directory when executed
Structs§
- Create
Action - CreateAction creates a new directory when executed
Constants§
- CREATE_
PARENT_ DIRS_ SETTING - Constant for the name of the
create_parent_dirsSetting which forces to create all parent directories if necessary. - DIR_
SETTING - Constant for the name of the
directoryargument that contains the name of the directory to create
Functions§
- default_
settings - Default settings for the Create action.
- parse_
action - Static parsing function to build a CreateAction from YAML and settings context
Type Aliases§
- Fake
Create Action - A Fake create action that works on a fake test filesystem.
- Native
Create Action - A native create action that works on the real filesystem.