rgbds
                                
                                 rgbds copied to clipboard
                                
                                    rgbds copied to clipboard
                            
                            
                            
                        Add `-I` as an alias for `-i` in rgbasm
gcc uses capital -I as the short flag for -include to list alternative #include paths. Currently rgbasm uses lowercase -i for --include. We don't need to deprecate -i, but should add -I for greater consistency with gcc.