Skip to main content

Module action

Module action 

Source
Expand description

This module contains the CreateAction that creates a new directory when executed

Structs§

CreateAction
CreateAction creates a new directory when executed

Constants§

CREATE_PARENT_DIRS_SETTING
Constant for the name of the create_parent_dirs Setting which forces to create all parent directories if necessary.
DIR_SETTING
Constant for the name of the directory argument 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§

FakeCreateAction
A Fake create action that works on a fake test filesystem.
NativeCreateAction
A native create action that works on the real filesystem.