Skip to main content
Module

x/tabtab/mod.ts>log

📎 Generate CLI completions for zsh, bash, and fish
Latest
function log
import { log } from "https://deno.land/x/tabtab@0.2.2/mod.ts";

Main logging utility to pass completion items.

This is simply an helper to log to stdout with each item separated by a new line.

Bash needs in addition to filter out the args for the completion to work (zsh, fish don't need this).

Parameters

args: (string | CompletionItem)[]