Skip to content

Commit

Permalink
add headings
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmealey committed Dec 13, 2024
1 parent a64f4bd commit 5739f84
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions completions/_trurl.zsh.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
#compdef trurl
##########################################################################
# _ _
# Project | |_ _ __ _ _ _ __| |
# | __| '__| | | | '__| |
# | |_| | | |_| | | | |
# \__|_| \__,_|_| |_|
#
# Copyright (C) Daniel Stenberg, <[email protected]>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at https://curl.se/docs/copyright.html.
#
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
# copies of the Software, and permit persons to whom the Software is
# furnished to do so, under the terms of the COPYING file.
#
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
# SPDX-License-Identifier: curl
#
##########################################################################


# This file is generated from trurls generate_completions.sh

Expand Down
24 changes: 24 additions & 0 deletions completions/generate_completions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
#!/bin/bash
##########################################################################
# _ _
# Project | |_ _ __ _ _ _ __| |
# | __| '__| | | | '__| |
# | |_| | | |_| | | | |
# \__|_| \__,_|_| |_|
#
# Copyright (C) Daniel Stenberg, <[email protected]>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at https://curl.se/docs/copyright.html.
#
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
# copies of the Software, and permit persons to whom the Software is
# furnished to do so, under the terms of the COPYING file.
#
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
# SPDX-License-Identifier: curl
#
##########################################################################


if [ -z "$1" ]; then
echo "expected a trurl.1 file to be passed in..."
Expand Down

0 comments on commit 5739f84

Please sign in to comment.