Change to two spaces

This commit is contained in:
Oliver Davies 2024-09-08 23:09:54 +01:00
parent 2537fe2052
commit ed60ab964c
556 changed files with 2252 additions and 2252 deletions

View file

@ -3,13 +3,13 @@ title: Why I use long parameter names in scripts
date: 2024-05-23
permalink: daily/2024/05/23/why-i-use-long-parameter-names-in-scripts
tags:
- software-development
- bash
- zsh
- linux
- software-development
- bash
- zsh
- linux
cta: ~
snippet: |
Why I use long parameter names in scripts, such as `--force` instead of `-f`.
Why I use long parameter names in scripts, such as `--force` instead of `-f`.
---
The other day, [I posted about a script I'd written][0] that found the longest commit message in a repository.