Change all occurrences of file_name to filename (#4059)

This commit is contained in:
fejx
2020-05-22 14:31:24 +02:00
committed by GitHub
parent ff6e9c4694
commit 4e1662b729
14 changed files with 26 additions and 25 deletions

View File

@@ -8,7 +8,7 @@
- Use a custom font file:
`figlet {{input_text}} -f {{font_file_name}}`
`figlet {{input_text}} -f {{font_filename}}`
- Pipe command output through figlet:

View File

@@ -29,8 +29,8 @@
- Discard unstaged changes to a given file:
`git checkout {{file_name}}`
`git checkout {{filename}}`
- Replace a file in the current directory with the version of it committed in a given branch:
`git checkout {{branch_name}} -- {{file_name}}`
`git checkout {{branch_name}} -- {{filename}}`

View File

@@ -9,7 +9,7 @@
- Generate file from a plugin:
`ignite generate {{plugin_name}} {{file_name}}`
`ignite generate {{plugin_name}} {{filename}}`
- Add an Ignite plugin to the project:

View File

@@ -8,7 +8,7 @@
- Add file resource:
`add file {{file_name}} as {{alias}};`
`add file {{filename}} as {{alias}};`
- Add archive resource:

View File

@@ -21,7 +21,7 @@
- Open a file to edit:
`p4 edit -c {{changelist_number}} {{file_name}}`
`p4 edit -c {{changelist_number}} {{filename}}`
- Open a new file to add it to the depot:

View File

@@ -6,7 +6,7 @@
- Start SC-IM:
`scim {{file_name}}.csv`
`scim {{filename}}.csv`
- Enter a string into the current cell:

View File

@@ -9,16 +9,16 @@
- Record the terminal and create a recording file:
`terminalizer record {{file_name}}`
`terminalizer record {{filename}}`
- Play a recorded file on the terminal:
`terminalizer play {{file_name}}`
`terminalizer play {{filename}}`
- Render a recording file as an animated gif image:
`terminalizer render {{file_name}}`
`terminalizer render {{filename}}`
- Upload a video to terminalizer.com:
`terminalizer share {{file_name}}`
`terminalizer share {{filename}}`

View File

@@ -5,7 +5,7 @@
- Trash files and directories:
`trash-put {{file_name}}`
`trash-put {{filename}}`
- Empty the trashcan:
@@ -21,4 +21,4 @@
- Remove individual files from the trashcan:
`trash-rm {{file_name}}`
`trash-rm {{filename}}`