UNPKG

rawi

Version:

Rawi (راوي) is the developer-friendly AI CLI that brings the power of 11 major AI providers directly to your terminal. With seamless shell integration, persistent conversations, and 200+ specialized prompt templates, Rawi transforms your command line into

24 lines (21 loc) 1.08 kB
import { CommandOption } from '../types.js'; export { actOption } from './act.js'; export { batchOption } from './batch.js'; export { continueOnErrorOption } from './continue-on-error.js'; export { fileOption } from './file.js'; export { fileTypeOption } from './file-type.js'; export { filesOption } from './files.js'; export { filterSensitiveOption } from './filter-sensitive.js'; export { filterTypesOption } from './filter-types.js'; export { highlightFilteredOption } from './highlight-filtered.js'; export { maxConcurrencyOption } from './max-concurrency.js'; export { newSessionOption } from './new-session.js'; export { parallelOption } from './parallel.js'; export { profileOption } from './profile.js'; export { resetFilterConfigOption } from './reset-filter-config.js'; export { saveFilterConfigOption } from './save-filter-config.js'; export { sessionOption } from './session.js'; export { showFilteredOption } from './show-filtered.js'; export { verboseOption } from './verbose.js'; declare const askCommandOptions: CommandOption[]; export { askCommandOptions };