Home Explore Blog CI



nushell

1st chunk of `commands/docs/banner.md`
b9327360877c134473ad688b498c058d7d5571b47b3fbc5e00000001000002b2
---
title: banner
categories: |
  default
version: 0.104.0
default: |
  Print a banner for Nushell with information about the project
usage: |
  Print a banner for Nushell with information about the project
editLink: false
contributors: false
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

# `banner` for [default](/commands/categories/default.md)

<div class='command-title'>Print a banner for Nushell with information about the project</div>

## Signature

```> banner {flags} ```

## Flags

 -  `--short`: Only show startup time


## Input/output types:

| input | output |
| ----- | ------ |
| any   | any    |

Title: Documentation for the `banner` command in Nushell
Summary
This document describes the `banner` command in Nushell, which prints a banner with information about the Nushell project. It includes the command's signature, a description of the `--short` flag (which only shows startup time), and the input/output types (any to any).