mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
e5e4c8bf88
1. improve performance 2. remove `-c` 3. rename `--recache` to `--logo-recache`, and remove `-r`
12 lines
237 B
C
12 lines
237 B
C
#pragma once
|
|
|
|
#ifndef FF_INCLUDED_common_commandoption
|
|
#define FF_INCLUDED_common_commandoption
|
|
|
|
#include "fastfetch.h"
|
|
|
|
bool ffParseModuleCommand(const char* type);
|
|
bool ffParseModuleOptions(const char* key, const char* value);
|
|
|
|
#endif
|