summaryrefslogtreecommitdiffstats
path: root/src/detection/command/command.h
blob: 73acc0abcb2d2a56f050d9a9a4fe33fea26fbb47 (plain) (blame)
1
2
3
4
5
6
#pragma once

#include "fastfetch.h"
#include "modules/command/option.h"

const char* ffDetectCommand(FFCommandOptions* options, FFstrbuf* result);