esse.airline-examples.2.3.0.source-code.aliases.config Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of airline-examples Show documentation
Show all versions of airline-examples Show documentation
Provides a variety of examples of using Airline
# Aliases are defined as alias=arguments
example=simple --name alias
# Arguments are whitespace separated
#
# You can use \ if you need to escape whitespace
#
# Alternatively you can quote longer arguments with "
# If you need to use a " within a quoted argument you can escape it with \"
#
# Note that since property values are interpreted as java strings you will
# need to double escape the \ as shown in the subsequent examples
escape=simple "quoted \\"argument" escaped\\ argument
# Add new aliases here and they will immediatedly be available next time you
# run the example without any need to recompile